home *** CD-ROM | disk | FTP | other *** search
- Inspector = {
- ACTIONS = {
- loadSlist:;
- ok:;
- revert:;
- };
- OUTLETS = {
- slist;
- controller;
- graphicView;
- inspectorView;
- panel;
- };
- SUPERCLASS = Object;
- };
- SliderDualActing = {
- ACTIONS = {
- incrementDecrement:;
- sendTextAction:;
- };
- OUTLETS = {
- undoTarget;
- textPal;
- upTarget;
- };
- SUPERCLASS = Slider;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ColorView = {
- SUPERCLASS = NXColorWell;
- };
- GraphicInspector = {
- ACTIONS = {
- alterFillColor:;
- alterMiterLimit:;
- alterLineJoin:;
- alterLineCap:;
- alterLineArrow:;
- alterClosePath:;
- alterFlat:;
- alterFill:;
- };
- OUTLETS = {
- closePathButton;
- flatField;
- lineCapButton;
- miterField;
- filledButton;
- lineJoinButton;
- lineArrowButton;
- colorWellText;
- fillColorWell;
- };
- SUPERCLASS = Inspector;
- };
- ScaleRot = {
- SUPERCLASS = Inspector;
- };
- NXColorWell = {
- SUPERCLASS = Control;
- };
- LineInspector = {
- SUPERCLASS = Inspector;
- };
-